home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Found / FWStream / Include / FWStream.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  646 b   |  37 lines  |  [TEXT/MPS ]

  1. #ifndef FWSTREAM_H
  2. #define FWSTREAM_H
  3. //========================================================================================
  4. //
  5. //    File:        FWStream.h
  6. //    Release Version:    $ 1.0d11 $
  7. //
  8. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //========================================================================================
  11.  
  12. #ifndef FWASINKS_H
  13. #include "FWASinks.h"
  14. #endif
  15.  
  16. #ifndef FWSTRMF_H
  17. #include "FWStrmF.h"
  18. #endif
  19.  
  20. #ifndef FWSTRMRW_H
  21. #include "FWStrmRW.h"
  22. #endif
  23.  
  24. #ifndef FWARDYNA_H
  25. #include "FWArDyna.h"
  26. #endif
  27.  
  28. #ifndef FWAROPER_H
  29. #include "FWArOper.h"
  30. #endif
  31.  
  32. #ifndef FWOBJREG_H
  33. #include "FWObjReg.h"
  34. #endif
  35.  
  36. #endif
  37.